Conversation
|
When trying to start docker-compose I get the following error I do not have a journal log file on my system. I think there should be a better way to do this without making assumptions on the existence of the log files. I also think the promtail client is something we want on more systems to collect logs, not only on the monitoring one. Only the monitoring is ran in docker so the promtail deploy should probably just be on the host, not containerized. |
|
The extra labels added in the Loki pipeline also don't appear in Grafana for me. I don't have the |
|
The docker logging did not work on my system (like the journal at yours I guess, I'm blaming this on nixos configuring docker for journald logging). It does seem to contain a stark difference in assumption based on the system. I propose the following:
|
|
I'm guessing the additional docker labels not being processed will have something to do with the docker log driver. |
016697f to
b3d5e78
Compare
Adds a logging collection stack and configures Grafana to be able to query them.
promtailcan also be added to the stations, so we can collect logs from them.Potential improvements: configure
promtailto accept rsyslog streams and also configure network devices to send logs.